Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(reverse-proxy): increase request header size limit #1770

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

soumyadip007
Copy link
Collaborator

Explain the feature/fix

  • Extended the http.Agent types to include the maxHeaderSize property.
  • Set the global agent's maxHeaderSize to 16MB to allow larger request headers.

Does this PR introduce a breaking change

Screenshots

View Screenshots

Ready-for-merge Checklist

  • Expected files: all files in this pull request are related to one feature request or issue (no stragglers)?
  • Does the change have appropriate unit tests?
  • Did tests pass?
  • Did you update or add any necessary documentation (README.md, WHY.md, etc.)?
  • Was this feature demoed and the design review approved?

@soumyadip007 soumyadip007 self-assigned this Dec 9, 2024
@soumyadip007 soumyadip007 added work-in-progress For PRs that are not ready to be reviewed/merged bug Something isn't working and removed work-in-progress For PRs that are not ready to be reviewed/merged labels Dec 9, 2024
@riginoommen riginoommen merged commit 455a0a1 into 1-Platform:master Dec 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants